home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Almathera Ten Pack 3: CDPD 3
/
Almathera Ten on Ten - Disc 3: CDPD3.iso
/
ab20
/
unarced
/
datacomm
/
vlt
/
rexx
/
vltmouse.vlt
< prev
next >
Wrap
Text File
|
1995-03-17
|
236b
|
11 lines
/** VLTMouse.vlt
*
* Demo of how to program VLT's mouse to send something to an ARexx port.
* See also VLTMouse.rexx.
*
**/
address AREXX "VLTMouse.rexx"
call delay(100)
"mouse on (~rx 'address VLTMOUSE %d %d %d %d %d %d %d')"
exit